ConnectorType Enumeration
Represents a connecting line between two escape points.
Namespace: Independentsoft.Office.Odf.DrawingAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum ConnectorType
Public Enumeration ConnectorType
| Standard | 0 |
A standard connector escapes two connecting objects with straight lines and connects them with a straight perpendicular line.
|
| Lines | 1 |
A lines connector escapes two connecting objects with straight lines and connects them with a straight (not necessarily perpendicular) line.
|
| Line | 2 |
A line connector draws one straight line between the two escape points of connected objects.
|
| Curve | 3 |
A curve connector draws a single curved line between the two escape points of connected objects.
|
| None | 4 |
None.
|